{"id":13704,"date":"2019-07-11T10:34:12","date_gmt":"2019-07-11T14:34:12","guid":{"rendered":"https:\/\/www.gravityforms.com\/?p=13704"},"modified":"2019-07-11T10:34:12","modified_gmt":"2019-07-11T14:34:12","slug":"gravity-forms-v2-4-11-released","status":"publish","type":"post","link":"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/","title":{"rendered":"Gravity Forms v2.4.11 Released"},"content":{"rendered":"<a href=\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11.png\"><img loading=\"lazy\" src=\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11-1024x473.png\" alt=\"Gravity Forms WordPress Forms v2.4.11\" width=\"610\" height=\"282\" class=\"aligncenter size-large wp-image-13705\" srcset=\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11-1024x473.png 1024w, https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11-300x138.png 300w, https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11-768x354.png 768w, https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11-130x60.png 130w, https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11.png 1300w\" sizes=\"(max-width: 610px) 100vw, 610px\" \/><\/a>\r\n\r\nWe're excited to announce the new release of <strong>Gravity Forms v.2.4.11<\/strong>!<br> \r\nInside this release, you'll find: \r\n<ul class=\"talking-points\">\r\n \t\r\n<li>Added security enhancements<\/li>\r\n \t<li>Added various bug fixes<\/li>\r\n<\/ul>\r\n\r\nGravity Forms v2.4.11 is now available for auto-update from the WordPress plugins page and also on the <a href=\"https:\/\/www.gravityforms.com\/my-account\/downloads\/\" target=\"_blank\" rel=\"noopener noreferrer\">downloads page<\/a> in the account area.\r\n\r\n<div class=\"alert_yellow pad_20\">Please note that the minimum version of WordPress required for support has been updated to 5.1.<\/div>\r\n\r\n<!--more-->\r\n\r\n<h2>Gravity Forms v2.4.11 Changelog<\/h2>\r\n<ul>\r\n\r\n<li class=\"p1\">Added security enhancements. Credit: SimranJeet Singh (<a href=\"http:\/\/twitter.com\/TurbanatorSJS\" target=\"_blank\" rel=\"nofollow\">@TurbanatorSJS<\/a>).<\/li>\r\n<li class=\"p1\">Added accessibility enhancements.<\/li>\r\n<li class=\"p1\">Updated the minimum version of WordPress required for support to 5.1.<\/li>\r\n<li class=\"p1\">Updated the system report to include timezone details.<\/li>\r\n<li class=\"p1\">Updated new Drop Down type Quantity fields to default to numeric choices. Credit: The GravityView team.<\/li>\r\n<li class=\"p1\">Updated the Website type field input markup, removing the unused maxLength attribute. Credit: The GravityView team.<\/li>\r\n<li class=\"p1\">Updated the Single Line Text field to validate the value length during submission when the maxLength property is configured. Credit: The GravityView team.<\/li>\r\n<li class=\"p1\">Fixed an issue where special characters (e.g. accented characters) in List and Multi-Select fields are ignored when searching for entries.<\/li>\r\n<li class=\"p1\">Fixed form scripts not enqueueing when Form block is nested.<\/li>\r\n<li class=\"p1\">Fixed an issue where the use of GLOB_BRACE during the daily cron task can cause PHP errors in non-GNU operating systems.<\/li>\r\n<li class=\"p1\">Fixed an issue with conditional notification routing when checking if a field value ends with a 0 due to it being treated as an empty string rather than an integer.<\/li>\r\n<li class=\"p1\">Fixed the legacy table access PHP notices being displayed when deleting a site on multi-site installations.<\/li>\r\n<li class=\"p1\">Fixed an issue with the Address field in the form editor where the source field setting doesn't display the previously selected option when copying values of another field.<\/li>\r\n<li class=\"p1\">Fixed an issue with the Rich Text Editor for the Paragraph and Post Body fields with WordPress 5.2 when submit button conditional logic is configured.<\/li>\r\n<li class=\"p1\">Fixed an issue with PHP 7.0+ where the submission could die when an invalid calculation formula is evaluated. Credit: The GravityView team.<\/li>\r\n<li class=\"p1\">Fixed a PHP notice during validation of the Password strength if JavaScript is disabled in the browser. Credit: The GravityView team.<\/li>\r\n<li class=\"p1\">Fixed an issue with submitting when multiple AJAX enabled forms are embedded into one page and invisible reCAPTCHAs are present.<\/li>\r\n<li class=\"p1\">Fixed an issue when tabbing through a form where an invisible reCAPTCHA is present.<\/li>\r\n<li class=\"p1\">Fixed an issue where a field's character count text could duplicate when submitting an AJAX enabled form.<\/li>\r\n<li class=\"p1\">Fixed the required Address field city input missing the aria-required attribute when the zip input is located before the city.<\/li>\r\n<li class=\"p1\">Fixed an issue with the background tasks response in the system report containing extraneous characters.<\/li>\r\n<\/ul>\r\n\r\n<h2>Gravity Forms v2.4.11 API Changelog<\/h2>\r\n<ul>\r\n<li class=\"p1\">API: Added GFAPI::log_debug() and GFAPI::log_error() which write to the \"Gravity Forms API\" log.<\/li>\r\n<li class=\"p1\">API: Added support for the id query param on the export entries page (\/wp-admin\/admin.php?page=gf_export&view=export_entry&id=[FORM ID]) to preselect the form. Credit: The GravityView team.<\/li>\r\n<li class=\"p1\">API: Added logging helpers and logging statements to various methods in REST API v2.<\/li>\r\n<li class=\"p1\">API: Updated REST API v1 to write to the \"Gravity Forms API\" log.<\/li>\r\n<li class=\"p1\">API: Fixed GFAPI::update_entry() and GFAPI::update_entry_field() for repeater fields.<\/li>\r\n<li class=\"p1\">API: Fixed an issue with GFAPI::update_entry_field() not saving zero when passed as an integer if the input doesn't have an existing entry value.<\/li>\r\n<li class=\"p1\">API: Fixed an issue with GFAPI::submit_form() and the POST forms\/[form ID]\/submissions endpoint where validation fails for product fields.<\/li>\r\n<\/ul>\r\n\r\n<h2>Gravity Forms v2.4.11 Add-On Framework Changelog<\/h2>\r\n<ul>\r\n<li class=\"p1\">AF: Added header title support for dynamic field map settings fields.<\/li>\r\n<li class=\"p1\">AF: Updated + and - icons so that they are consistent accross all settings fields.<\/li>\r\n\r\n<\/ul>\r\n\r\n<div class=\"alert_blue pad_20\"><strong>Current Gravity Forms License holders<\/strong> can download the <strong>Gravity Forms v2.4.11<\/strong> via automatic update or manual download from your <a href=\"\/my-account\/downloads\/\" target=\"_blank\" rel=\"noopener noreferrer\">account downloads<\/a> page.<\/div>","protected":false},"excerpt":{"rendered":"We&#8217;re excited to announce the new release of Gravity Forms v.2.4.11! Inside this release, you&#8217;ll find: Added security enhancements Added various bug fixes Gravity Forms v2.4.11 is now available for auto-update from the WordPress plugins page","protected":false},"author":212026,"featured_media":13705,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[2100,2023,6354],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v16.5 (Yoast SEO v16.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Gravity Forms v2.4.11 Released | Gravity Forms<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gravity Forms v2.4.11 Released\" \/>\n<meta property=\"og:description\" content=\"We&#039;re excited to announce the new release of Gravity Forms v.2.4.11! Inside this release, you&#039;ll find: Added security enhancements Added various bug fixes\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/\" \/>\n<meta property=\"og:site_name\" content=\"Gravity Forms\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GravityForms\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-11T14:34:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1300\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@GravityForms\" \/>\n<meta name=\"twitter:site\" content=\"@GravityForms\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.gravityforms.com\/#organization\",\"name\":\"Gravity Forms\",\"url\":\"https:\/\/www.gravityforms.com\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/GravityForms\",\"https:\/\/twitter.com\/GravityForms\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.gravityforms.com\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2018\/06\/gravity_forms_logo.jpg\",\"contentUrl\":\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2018\/06\/gravity_forms_logo.jpg\",\"width\":268,\"height\":294,\"caption\":\"Gravity Forms\"},\"image\":{\"@id\":\"https:\/\/www.gravityforms.com\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gravityforms.com\/#website\",\"url\":\"https:\/\/www.gravityforms.com\/\",\"name\":\"Gravity Forms\",\"description\":\"WordPress Contact Forms\",\"publisher\":{\"@id\":\"https:\/\/www.gravityforms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.gravityforms.com\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11.png\",\"contentUrl\":\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11.png\",\"width\":1300,\"height\":600,\"caption\":\"Gravity Forms WordPress Forms v2.4.11\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#webpage\",\"url\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/\",\"name\":\"Gravity Forms v2.4.11 Released | Gravity Forms\",\"isPartOf\":{\"@id\":\"https:\/\/www.gravityforms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#primaryimage\"},\"datePublished\":\"2019-07-11T14:34:12+00:00\",\"dateModified\":\"2019-07-11T14:34:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Gravity Forms\",\"item\":\"https:\/\/www.gravityforms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\/\/www.gravityforms.com\/category\/blog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Gravity Forms v2.4.11 Released\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#webpage\"},\"author\":{\"@id\":\"https:\/\/www.gravityforms.com\/#\/schema\/person\/f7b736ccde762e1d421bede4b35e5436\"},\"headline\":\"Gravity Forms v2.4.11 Released\",\"datePublished\":\"2019-07-11T14:34:12+00:00\",\"dateModified\":\"2019-07-11T14:34:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#webpage\"},\"wordCount\":626,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.gravityforms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gravityforms.com\/wp-content\/uploads\/2019\/07\/Gravity_Forms_WordPress_Forms_v2.4.11.png\",\"keywords\":[\"Gravity Forms\",\"WordPress\",\"WordPress Forms\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.gravityforms.com\/gravity-forms-v2-4-11-released\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gravityforms.com\/#\/schema\/person\/f7b736ccde762e1d421bede4b35e5436\",\"name\":\"Jonathan Calderon\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.gravityforms.com\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c59c86dae9ee0fffcaf1ada0e422205a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c59c86dae9ee0fffcaf1ada0e422205a?s=96&d=mm&r=g\",\"caption\":\"Jonathan Calderon\"},\"url\":\"https:\/\/www.gravityforms.com\/author\/jrocketboy\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/posts\/13704"}],"collection":[{"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/users\/212026"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/comments?post=13704"}],"version-history":[{"count":0,"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/posts\/13704\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/media\/13705"}],"wp:attachment":[{"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/media?parent=13704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/categories?post=13704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gravityforms.com\/wp-json\/wp\/v2\/tags?post=13704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}